home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / pascal / swag / crt.swg / 0022_80x50 text mode.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1994-08-24  |  187 b   |  9 lines

  1.  AS> Could someone tell me how to access 80x50 text mode in
  2.  AS> Tp 6.0 = mode con lines=50 in dos.
  3.  
  4. Uses Crt;
  5. begin
  6.  textmode(c80+font8x8); {80x50}
  7.  textmode(c80); {80x25}
  8. end.
  9.